MCPcopy Create free account
hub / github.com/codebucks27/react-portfolio-final / Develope

Function Develope

src/components/AllSvgs.jsx:179–197  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

177}
178
179export const Develope = (props) => {
180 return (
181 <svg
182 aria-hidden="true"
183 data-prefix="fas"
184 data-icon="laptop-code"
185 className="prefix__svg-inline--fa prefix__fa-laptop-code prefix__fa-w-20"
186 xmlns="http://www.w3.org/2000/svg"
187 viewBox="0 0 640 512"
188 {...props}
189 >
190 <path
191 fill={props.fill}
192 d="M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z"
193 />
194 </svg>
195 )
196
197}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected