Stroke Pencil Scale Component
import { StrokePencilScaleIcon } from 'mmk-icons'React Component
Scalable Vector
App.tsx
import { StrokePencilScaleIcon } from 'mmk-icons';
const App = () => {
return (
<StrokePencilScaleIcon
size="32"
fill="currentColor"
className="text-blue-500"
/>
);
};
export default App;